set correct float abi settings for armel and armhf
authorPeter Michael Green <plugwash@debian.org>
Mon, 26 Dec 2022 16:50:24 +0000 (16:50 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Dec 2022 16:50:24 +0000 (16:50 +0000)
commit5a3b581bf6dd058f93560510a8b80a29371424fb
treea0d5fb0ffae4f0b8eff5d3a541897fa533f57c89
parent8eacd742aa3d1e109a77488cd130638de3de2ff6
set correct float abi settings for armel and armhf

debian armel supports systems that don't have a fpu so should use a "float abi"
setting of soft by default.

Debian armhf needs a float abi setting of "hard"

Gbp-Pq: Name 26-set-correct-float-abi.diff
clang/lib/Driver/ToolChains/Arch/ARM.cpp